home *** CD-ROM | disk | FTP | other *** search
- *** orig/binutils.252/gas/config/tc-i386.h Sat Dec 17 19:48:10 1994
- --- src/binutils.252/gas/config/tc-i386.h Sat Dec 17 19:50:06 1994
- ***************
- *** 112,122 ****
- --- 112,126 ----
- #endif
- #define tc_coff_symbol_emit_hook(a) ; /* not used */
-
- + #ifndef TE_GO32
- + /* djgpp is coff, but with underscores, to gcc uses "L*" for local labels
- + instead of ".L*". FIXME - should check for underscores, like gcc does */
- #ifndef OBJ_AOUT
- /* Local labels starts with .L */
- #define LOCAL_LABEL(name) (name[0] == '.' \
- && (name[1] == 'L' || name[1] == 'X' || name[1] == '.'))
- #define FAKE_LABEL_NAME ".L0\001"
- + #endif
- #endif
- #define LOCAL_LABELS_FB
-
-